home *** CD-ROM | disk | FTP | other *** search
-
- #ifndef _MYDRAWMATCHEDPICT_
- #define _MYDRAWMATCHEDPICT_
-
-
- #ifndef __QUICKDRAW__
- #include <QuickDraw.h>
- #endif
-
- #ifndef __CMAPPLICATION__
- #include <CMApplication.h>
- #endif
-
-
- /**\
- |**| ==============================================================================
- |**| PUBLIC FUNCTION PROTOTYPES
- |**| ==============================================================================
- \**/
- OSErr myDrawMatchedPicture ( PicHandle pict,
- CMProfileRef srceProf,
- CMProfileRef prevProf,
- Rect *rect,
- unsigned long *ticks,
- unsigned long *pixels ) ;
-
- OSErr myDrawProofedPicture ( PicHandle pict,
- CMProfileRef srceProf,
- CMProfileRef destProf,
- CMProfileRef prevProf,
- Rect *rect,
- unsigned long *ticks,
- unsigned long *pixels ) ;
-
- OSErr myDrawCheckedPicture ( PicHandle pict,
- CMProfileRef srceProf,
- CMProfileRef destProf,
- Rect *rect,
- unsigned long *ticks,
- unsigned long *pixels ) ;
-
-
- #endif
-